Auto merge of #3716 - matklad:multi-tests, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 17 Feb 2017 18:38:07 +0000 (18:38 +0000)
committerbors <bors@rust-lang.org>
Fri, 17 Feb 2017 18:38:07 +0000 (18:38 +0000)
commit3dfe72fa82e8e69bde1149fb453c1799a7d8dead
treed47145c3458c7f91a30db9a14e8519d3ef60e081
parent9706b06b7943d75776dff710d87f20325abc2fe1
parentf7fa9cb26ed833850958e8bb577d0116c18576d4
Auto merge of #3716 - matklad:multi-tests, r=alexcrichton

Allow to run several integration tests

It's useful to be able to run several, but not all, test targets at once (especially in the IDE, where you want to select a bunch of files and command "run these!"). This seems to work, but obviously needs some tests. `Options` `struct` already supports several targets.